-- card: 16987 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3426 -- name: Shoot the lion ----- HyperTalk script ----- on openCard global score add 50 to score put score into field "scorebox" end openCard on mouseUp get field "textarea" of card "Mountain Trail" put it into holder put the number of lines in field "textarea" of card "Mountain Trail" into counter repeat until counter = 0 get line counter of holder if it contains "The hungry lion" then delete line counter of field "textarea" of card "Mountain Trail" put 1 into counter end if subtract 1 from counter end repeat visual effect dissolve go to card "Mountain Trail" end mouseUp -- part contents for background part 1 ----- text ----- Shoot the lion -- part contents for background part 2 ----- text ----- In the midst of your travels, a lion leaps out onto your path. This looks to be the same hungry lion you saw earlier in the game. You take a bead on him with your gun. At that moment, the lion launches himself into the air, coming straight towards you. Your gun goes off - the lion collapses in a heap at your feet. Another king-o'-the-hill for the Lincoln Park Zoo. -- part contents for background part 5 ----- text ----- 345